Skip to main content
GET
/
v1
/
platform
/
card-processing
/
users
/
{user_id}
Get Card Processing Applications
curl --request GET \
  --url https://api-sandbox.finogates.com/v1/platform/card-processing/users/{user_id} \
  --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

user_id
string<uuid>
required

Query Parameters

application_id
string<uuid> | null

Optional. Provide an application ID to get just that one card-processing application. Leave it out to get the full list of the user's card-processing applications.

Response

Successful Response