I've tried following the licensing documentation.
I called the POST /v1/register/init endpoint and received the validation link with the token. After confirming my email, I received another token that is supposed to be used with the Exchange API.
However, the Exchange API doesn't have any documentation, so I had to guess the payload for the POST /v1/register/exchange endpoint.
The request returned an API key, which I added to my .env file, but the API still returns a 503 Service Unavailable error.
At this point, I'm not sure what I did wrong. The licensing flow has honestly been pretty confusing and difficult to follow.
Could someone please point out what step I'm missing or what I might have done incorrectly?
I've tried following the licensing documentation.
I called the POST /v1/register/init endpoint and received the validation link with the token. After confirming my email, I received another token that is supposed to be used with the Exchange API.
However, the Exchange API doesn't have any documentation, so I had to guess the payload for the POST /v1/register/exchange endpoint.
The request returned an API key, which I added to my .env file, but the API still returns a 503 Service Unavailable error.
At this point, I'm not sure what I did wrong. The licensing flow has honestly been pretty confusing and difficult to follow.
Could someone please point out what step I'm missing or what I might have done incorrectly?