Skip to main content
GET
/
profile
cURL
curl -X GET "https://api.smooth.sh/api/v1/profile" \
     -H "apikey: YOUR_API_KEY"
{
  "r": [
    {
      "id": "<string>"
    }
  ]
}

Authorizations

apikey
string
header
required

Response

200 - application/json

List of profiles

r
ProfileResponse · object[]
required