Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
100Number of records per page
1Current page number
10Total number of pages
100Total number of records
URL to the first page of records
URL to the previous page of records
URL to the current page of records
URL to the next page of records
URL to the last page of records
Account object
571700Unique identifier of the account
VonageName of the account
ACTIVEStatus of the account
123 Example StreetStreet portion of the address
Apt. 456Additional address information
USCountry code
NJState/Province code
HolmdelCity name
07733Postal code
Example Response
{
"page_size": 100,
"page": 1,
"total_pages": 10,
"total_items": 100,
"_links": {
"first": {
"href": "string"
},
"prev": {
"href": "string"
},
"self": {
"href": "string"
},
"next": {
"href": "string"
},
"last": {
"href": "string"
}
},
"_embedded": {
"data": {
"id": 571700,
"name": "Vonage",
"status": "ACTIVE",
"address": {
"address_1": "123 Example Street",
"address_2": "Apt. 456",
"country": "US",
"state": "NJ",
"city": "Holmdel",
"postal_code": "07733"
}
}
}
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
100110100URL to the first page of records
URL to the previous page of records
URL to the current page of records
URL to the next page of records
URL to the last page of records
Collection of location objects
327910Unique identifier of the location
HeadquartersName of the location
123 Example StreetStreet portion of the address
Apt. 456Additional address information
USCountry code
NJState/Province code
HolmdelCity name
07733Postal code
America/New YorkTime zone
Example Response
{
"page_size": 100,
"page": 1,
"total_pages": 10,
"total_items": 100,
"_links": {
"first": {
"href": "string"
},
"prev": {
"href": "string"
},
"self": {
"href": "string"
},
"next": {
"href": "string"
},
"last": {
"href": "string"
}
},
"_embedded": {
"data": [
{
"id": 327910,
"name": "Headquarters",
"address": {
"address_1": "123 Example Street",
"address_2": "Apt. 456",
"country": "US",
"state": "NJ",
"city": "Holmdel",
"postal_code": "07733",
"time_zone": "America/New York"
}
}
]
}
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
100Number of records per page
1Current page number
10Total number of pages
100Total number of records
URL to the first page of records
URL to the previous page of records
URL to the current page of records
URL to the next page of records
URL to the last page of records
Location object
327910Unique identifier of the location
HeadquartersName of the location
123 Example StreetStreet portion of the address
Apt. 456Additional address information
USCountry code
NJState/Province code
HolmdelCity name
07733Postal code
America/New YorkTime zone
Example Response
{
"page_size": 100,
"page": 1,
"total_pages": 10,
"total_items": 100,
"_links": {
"first": {
"href": "string"
},
"prev": {
"href": "string"
},
"self": {
"href": "string"
},
"next": {
"href": "string"
},
"last": {
"href": "string"
}
},
"_embedded": {
"data": {
"id": 327910,
"name": "Headquarters",
"address": {
"address_1": "123 Example Street",
"address_2": "Apt. 456",
"country": "US",
"state": "NJ",
"city": "Holmdel",
"postal_code": "07733",
"time_zone": "America/New York"
}
}
}
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
10Number of records per page
1Current page number
10Total number of pages
100Total number of records
URL to the first page of records
URL to the previous page of records
URL to the current page of records
URL to the next page of records
URL to the last page of records
789Extension number
2111111Unique ID of the user
john.smith@example.comEmail address of the user
jsmithLogin name of the user
JohnFirst name of the user
SmithLast name of the user
145214Unique identifier of the assigned location
trueVoicemail transcription status of the location
Do Not Disturb status of the extension
John SmithCaller ID of the extension
abc11111111111The unique identifier of the extension
Block Caller ID status of the extension
Collection of phone numbers assigned to the extension
14155550100Phone number
My TagCustom tag associated with the phone number
Collection of handsets assigned to the extension
line1-VH6370927Name of the handset
VH16370927SIP identifier of the handset
Example Response
{
"page_size": 10,
"page": 1,
"total_pages": 10,
"total_items": 100,
"_links": {
"first": {
"href": "string"
},
"prev": {
"href": "string"
},
"self": {
"href": "string"
},
"next": {
"href": "string"
},
"last": {
"href": "string"
}
},
"_embedded": {
"data": {
"extension_number": "789",
"user": {
"id": 2111111,
"email": "john.smith@example.com",
"login_name": "jsmith",
"first_name": "John",
"last_name": "Smith"
},
"location_id": 145214,
"vtt_enabled": true,
"dnd_enabled": false,
"caller_id": "John Smith",
"external_id": "abc11111111111",
"block_caller_id": false,
"dids": [
{
"phone_number": "14155550100",
"custom_tag": "My Tag"
}
],
"extension_handsets": [
{
"handset_name": "line1-VH6370927",
"sip_id": "VH16370927"
}
]
}
}
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
URL to the current page of records
789Extension number
2111111Unique ID of the user
john.smith@example.comEmail address of the user
jsmithLogin name of the user
JohnFirst name of the user
SmithLast name of the user
145214Unique identifier of the assigned location
trueVoicemail transcription status of the location
Do Not Disturb status of the extension
John SmithCaller ID of the extension
abc11111111111The unique identifier of the extension
UXService type name of the extension
Block Caller ID status of the extension
Collection of phone numbers assigned to the extension
14155550100Phone number
My TagCustom tag associated with the phone number
Collection of handsets assigned to the extension
line1-VH6370927Name of the handset
VH16370927SIP identifier of the handset
Example Response
{
"_links": {
"self": {
"href": "string"
}
},
"_embedded": {
"extension": {
"extension_number": "789",
"user": {
"id": 2111111,
"email": "john.smith@example.com",
"login_name": "jsmith",
"first_name": "John",
"last_name": "Smith"
},
"location_id": 145214,
"vtt_enabled": true,
"dnd_enabled": false,
"caller_id": "John Smith",
"external_id": "abc11111111111",
"service_type_name": "UX",
"block_caller_id": false,
"dids": [
{
"phone_number": "14155550100",
"custom_tag": "My Tag"
}
],
"extension_handsets": [
{
"handset_name": "line1-VH6370927",
"sip_id": "VH16370927"
}
]
}
}
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
10Number of records per page
1Current page number
10Total number of pages
100Total number of records
URL to the first page of records
URL to the previous page of records
URL to the current page of records
URL to the next page of records
URL to the last page of records
john.smith@example.comEmail address of the user
jsmithLogin name of the user
JohnFirst name of the user
SmithLast name of the user
869048Unique identifier of the user
Collection of contact objects
HomeContact type
14155550100Contact value
Collection of extension objects
Collection of phone numbers assigned to the extension
14155550100Phone number
My TagCustom tag associated with the phone number
789Extension number
Example Response
{
"page_size": 10,
"page": 1,
"total_pages": 10,
"total_items": 100,
"_links": {
"first": {
"href": "string"
},
"prev": {
"href": "string"
},
"self": {
"href": "string"
},
"next": {
"href": "string"
},
"last": {
"href": "string"
}
},
"_embedded": {
"data": [
{
"email": "john.smith@example.com",
"login_name": "jsmith",
"first_name": "John",
"last_name": "Smith",
"id": 869048,
"contact_numbers": [
{
"type": "Home",
"value": "14155550100"
}
],
"extensions": [
{
"dids": [
{
"phone_number": "14155550100",
"custom_tag": "My Tag"
}
],
"extension_number": "789"
}
]
}
]
}
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
10Number of records per page
1Current page number
10Total number of pages
100Total number of records
URL to the first page of records
URL to the previous page of records
URL to the current page of records
URL to the next page of records
URL to the last page of records
john.smith@example.comEmail address of the user
jsmithLogin name of the user
JohnFirst name of the user
SmithLast name of the user
869048Unique identifier of the user
Collection of contact objects
HomeContact type
14155550100Contact value
Collection of extension objects
Collection of phone numbers assigned to the extension
14155550100Phone number
My TagCustom tag associated with the phone number
789Extension number
Example Response
{
"page_size": 10,
"page": 1,
"total_pages": 10,
"total_items": 100,
"_links": {
"first": {
"href": "string"
},
"prev": {
"href": "string"
},
"self": {
"href": "string"
},
"next": {
"href": "string"
},
"last": {
"href": "string"
}
},
"_embedded": {
"data": {
"email": "john.smith@example.com",
"login_name": "jsmith",
"first_name": "John",
"last_name": "Smith",
"id": 869048,
"contact_numbers": [
{
"type": "Home",
"value": "14155550100"
}
],
"extensions": [
{
"dids": [
{
"phone_number": "14155550100",
"custom_tag": "My Tag"
}
],
"extension_number": "789"
}
]
}
}
}