Retrieve a list of your created apps. Response includes an array of all apps and their details. If you have no apps, you'll receive an empty array in the response.

Include offset and limit in the request to paginate results. For more, see the Pagination guide.

Partial success responses

A successful 200 response may return even if apps are not found with your recipientId.

Example 200 response when no apps are associated with the including recipientId:

{
    "apps": []
}
Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!