Apps
List all Apps
List all apps created by your organization
GET
/
v2
/
apps
Authorization
Query
curl --request GET \
--url https://api.senddotssandbox.com/api/v2/apps \
--header 'Authorization: <authorization>'
[
{
"name": "string"
}
]
Authorizations
Authorizationheaderrequired
string
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Query Parameters
limit
integer
Maximum number of results to retrieve
starting_after
string
ID of first app to retrieve
ending_after
string
ID of last app to retrieve
Response
200 - application/json
namerequired
string
curl --request GET \
--url https://api.senddotssandbox.com/api/v2/apps \
--header 'Authorization: <authorization>'
[
{
"name": "string"
}
]