This appears to be a full path, but that doesn't seem to be working.
API docs are here...https://api.qualtrics.com/d326cdc7e69ae-list-directory-contacts
Sample response...
{
"result": {
"elements": [
{
"contactId": "CID_012345678901234",
"firstName": "Jane",
"lastName": "Doe",
"email": "JaneDoe@email.com",
"phone": "111-111-1111",
"extRef": "my_Internal_ID_12345",
"language": "",
"unsubscribed": true
}
],
"nextPage": "string"
},
"meta": {
"httpStatus": "string",
"requestId": "string",
"notice": "string"
}
}
Example of the nextPage element...
{
"result": {
"elements": [...],
"nextPage": "https://iad1.qualtrics.com/API/v3/directories/POOL_1d6sRJu04LSOHgu/contacts?skipToken=eyJzaGFyZElkIjowLCJ0b2tlbiI6ImV5SnphR0Z5WkdWa1JHbHlaV04wYjNKNVNXUWlPbnNpVXlJNklsQlBUMHhmTVdRMmMxSktkVEEwVEZOUFNHZDFJekFpZlN3aWFXUWlPbnNpVXlJNklrTkpSRjgzVUZkNE5EQmFSelZaU3pBd01VVWlmU3dpZFhCa1lYUmxaRUYwSWpwN0lsTWlPaUl5TURJeExUQTNMVEF4VkRBNU9qQTBPakEyTGprd09Gb2lmWDA9In0"
},
"meta{...}
}
The header for the next page call needs to include the authentication token.
Happy for any guidance! Thanks!