Pactima APIs authenticate requests using an authentication token
, the latter is either an API key (if using Team Integration) or an OAuth 2.0 token (if using Connect Integration).
The access tokens carry many privileges, so be sure to keep them sure! Do not share your access token in publicly accessible areas such as GitHub, client-side code, and so forth.
The
authentication token
is should be passed as an element in the header in the format asAuthorization: Bearer {authentication token}
. Pactima's SDKs automatically do this.