latestOpenAPI 3.1.02026-08-18451484.7 KB

6e7669d364f6

Workflow APIs

GET /v1/profiles/:id

get/v1/profiles/{id}

Path parameters

idstring required

Response

Successful xfetch workflow response.

Example response

{
  "meta": {
    "credits": {
      "charged": 1,
      "remaining": 99
    }
  }
}