Skip to main content
GET
List credentials
Returns a paginated list of all credentials associated with the account. Use this endpoint to audit authentication credentials, review which usernames are in use, or identify disabled credentials that can be cleaned up.
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Pagination Support: Results are paginated using limit and offset parameters. The response includes metadata showing the total count, current offset, and limit applied.

Query Parameters

Response

Returns a paginated response with metadata and an array of credential objects. Passwords are not included in the response.
Response - 200 OK

Examples

cURL - Default Pagination

cURL Request

cURL - Custom Pagination

cURL Request
Pagination Tips:
  • Use total from metadata to calculate total pages
  • Increment offset by limit value for each subsequent page
  • Page 1: offset=0, Page 2: offset=20, Page 3: offset=40 (with limit=20)
  • Empty objects array indicates no more results
This endpoint is useful for credential management interfaces, auditing which credentials are active, and identifying unused credentials that can be safely removed.

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

Response

200 - application/json

List of credentials

meta
object
required
objects
object[]
required