Skip to main content

List Accounts

GET 

/Accounts

This endpoint will return a list that contains Project you are connecting as and any subprojects.

Permissions

The API token must include the following scopes: Management.

Request

Query Parameters

    FriendlyName string

Responses

OK

Schema

    links

    object

    uri string
    first_page_uri string
    next_page_uri string
    previous_page_uri string
    page integer
    page_size integer

    applications

    object[]

  • Array [

  • auth_token string

    The authorization token for this Project. This token should be kept a secret and is not returned in a normal request.

    date_created string

    The date, in RFC 2822 GMT format, this Project was created.

    date_updated string

    The date, in RFC 2822 GMT format, this Project was updated.

    friendly_name string

    The name of the Project, up to 250 characters long.

    owner_account_sid uuid

    The Project ID that uniquely identifies the parent of the Project.

    sid uuid

    The Project ID that uniquely identifies the Project to retrieve.

    status string

    The status of the Project. Possible values are: active, suspended, or closed.

    subproject boolean

    Whether or not the project is a sub-project

    subresource_uris

    object

    A Map of sub-projects that are linked to the given Project.

    available_phone_numbers uri
    calls uri
    conferences uri
    incoming_phone_numbers uri
    notifications uri
    outgoing_caller_ids uri
    recordings uri
    transcriptions uri
    addresses uri
    signing_keys uri
    connect_apps uri
    sip uri
    authorized_connect_apps uri
    usage uri
    keys uri
    applications uri
    short_codes uri
    queues uri
    messages uri
    type string

    The type of the Project. Possible values are: Trial and Full.

    uri uri

    The URI for the Project.

  • ]

Loading...