Error
A valid request URL is required to generate request examples{
"success": true,
"submission": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "PENDING",
"launchUrl": "<string>",
"authUrl": "<string>",
"errorMessage": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Mobile
Read submission status
Returns the current state of an Expo launch session for a project.
GET
/
v0
/
api
/
projects
/
{projectGroupId}
/
submit
/
{submissionId}
Error
A valid request URL is required to generate request examples{
"success": true,
"submission": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "PENDING",
"launchUrl": "<string>",
"authUrl": "<string>",
"errorMessage": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Authorizations
Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:
Was this page helpful?