Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl --request POST 'https://certifynucleus.gataca.io/admin/v1/api_keys/login' \
    --header 'Authorization: Basic [AUTH]'
  • AUTH: base64(api-key id:api-key secret) - You must provide the API Key ID (UUID) and password secret given when creating the API Key in Studio, encoded in base64 format in the HTTP request header.

...