cURL
curl --request GET \ --url https://api.photalabs.com/v1/phota/profiles/{profile_id}/status \ --header 'X-API-Key: <api-key>'
{ "profile_id": "<string>", "status": "VALIDATING", "message": "<string>" }
Get the status of a profile.
Successful Response
Response containing the current status of a profile.
The queried profile identifier.
Current status of the profile.
VALIDATING
QUEUING
IN_PROGRESS
READY
ERROR
INACTIVE
Optional message in case of an error.