Skip to main content

Retrieve all credentials for a user

GET 

https://embedded.runalloy.com/2024-03//users/:userId/credentials

Returns a list of all credentials created for a specified user.

Request

Path Parameters

    userId stringrequired

    The id of the currently logged in user

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

{
"data": [
{
"credentialId": "63253068590a5f1d6cc9b635",
"type": "shopify",
"createdAt": "2022-09-17T02:12:25.619Z",
"updatedAt": "2022-09-17T02:12:25.620Z"
}
]
}
curl -L 'https://embedded.runalloy.com/2024-03/users/:userId/credentials' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03
Parameters
— pathrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!