Skip to main content
POST
/
developer-apps
/
{app_id}
/
api-keys
/
{api_key_id}
/
attach
Attach Api Key Endpoint
curl --request POST \
  --url https://karibu.briq.tz/developer-apps/{app_id}/api-keys/{api_key_id}/attach \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

app_id
string
required
api_key_id
string
required

Response

Successful Response