cURL
curl --request POST \ --url https://reelmirror.com/api/v1/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "scopes": [ "<string>" ] } '
{ "id": "<string>", "name": "<string>", "key": "<string>", "scopes": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z" }
API key (rm_xxx) or JWT token
Display name for the key
Permission scopes. Defaults to all except billing:read.
API key created. The full key is only returned once.
Full API key (only shown once)