Skip to main content

Doing your first request

After obtaining the access token, include it in the Authorization header of subsequent API requests using the Bearer authentication scheme.

cURL Example

curl -X GET \
https://api.1global.com/enterprise/accounts \
-H 'Authorization: Bearer <access_token>'