Como empezar
Guias de uso
Acerca de
APIs Banco
- Credit
- Debit
- Status
- Action
- Token
APIs Transfiya
- Transfer
- Action
- Credentials
- Token
Archivos de Soporte
Credentials
Rollback secrets
Endpoint used to rollback secrets
PUT
/
oauth
/
rollback
/
{handle}
Copy
{
"handle": "<string>",
"client_id": "<string>",
"client_secret": "<string>",
"api_key": "<string>",
"_auth": {
"owner": "<string>",
"realm": "<string>",
"organization": "<string>",
"domain": "<string>"
},
"scopes": [
"<string>"
],
"roles": [
"<string>"
],
"created": "<string>",
"updated": "<string>"
}
Authorizations
Path Parameters
Response
200
application/json
Rollbacked secrets
The response is of type object
.
Copy
{
"handle": "<string>",
"client_id": "<string>",
"client_secret": "<string>",
"api_key": "<string>",
"_auth": {
"owner": "<string>",
"realm": "<string>",
"organization": "<string>",
"domain": "<string>"
},
"scopes": [
"<string>"
],
"roles": [
"<string>"
],
"created": "<string>",
"updated": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.