Capvant

Who this key belongs to

get
https://sandbox.capvant.com/partner/v1/me
GET
/me

The first call to make. It proves the credential works and says which environment it acts in, before anything real is attempted.

Authorization

AuthorizationBearer <token>

An access token from POST /oauth/token. Valid for one hour. Preferred, because a leaked request log then exposes an hour rather than a permanent credential.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

Shell
curl -X GET "https://sandbox.capvant.com/me"
JSON
{  "partner": {    "id": "string",    "slug": "string",    "name": "string"  },  "environment": "live",  "credential": "bearer",  "markets": [    "UK"  ],  "api_version": "string",  "request_id": "string"}