GET
/
accounts
/
{id}
/
meta
curl --request GET \
  --url https://api.stackone.com/accounts/{id}/meta \
  --header 'Authorization: Basic <encoded-value>'
{
  "provider": "<string>",
  "category": "ats",
  "models": {}
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Response

200
application/json
The meta information of the account was retrieved
provider
string
required
category
enum<string>
required
Available options:
ats,
hris,
hris-legacy,
crm,
iam,
marketing,
lms,
stackone,
documents
models
object
required