Skip to main content
GET
/
v1
/
user
/
api-keys
List Personal API Keys
curl --request GET \
  --url https://api.tryreplicas.com/v1/user/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "details": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Query Parameters

page
integer
default:1
limit
integer
default:10

Response

Successful response