The Golem REST API is located at https://release.api.golem.cloud. For all API calls, the user must provide a token for authentication. To obtain the golem token, the user should register an external oauth2 token with the Golem service using the v1/oauth2
endpoint.
All endpoints (except for /v1/oauth2
) requires authorization header Authorization: bearer <token-secret>
where token-secret
is one of:
secret
field of the response of the v1/oauth2
endpoint.This section contains the full reference of all user facing Golem Cloud endpoints, categorized and presented in alphabetical order.