UNEXPECTED_ERROR status: 500, when creating profile via app store connect api

Creating profile via a post request keeps getting a server error 500.

It just worked yestday.

POST https://api.appstoreconnect.apple.com/v1/profiles

  {
    "code": "UNEXPECTED_ERROR",
    "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/.",
    "status": "500",
    "title": "An unexpected error occurred."
  }
Answered by liujl in 815420022

SOLVED

Accepted Answer

SOLVED

UNEXPECTED_ERROR status: 500, when creating profile via app store connect api
 
 
Q