// Replace API_KEY with your api key and :statusId with status id
curl --location 'https://api.supahub.com/api/v1/status/:statusId' \
--header 'Authorization: Bearer API_KEY'
GET
method
/status/:statusId
path

Path Parameters

statusId
string
required

Identifier of the status being requested.

// Replace API_KEY with your api key and :statusId with status id
curl --location 'https://api.supahub.com/api/v1/status/:statusId' \
--header 'Authorization: Bearer API_KEY'