v1
latestOpenAPI 3.0.02026-07-266521,3121.2 MBAuth
GetApplicationProfileBySecretKey
Returns current application subscription profile information for a given application for a specific user. You can use this method to get the current application subscription after AuthorizedByApplication returned a session. The session will contain Id, this is the UserId you need to supply in the call. If there are no current subscriptions for the application for the user. The method will return null (nothing) <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute
post/api/Auth/GetApplicationProfileBySecretKey
Request body
Example request
{
"applicationId": "00000000-0000-0000-0000-000000000000",
"applicationSecret": "00000000-0000-0000-0000-000000000000",
"userId": "00000000-0000-0000-0000-000000000000"
}Response
OK