Create or refresh an access tokenAsk AIpost https://api.oysterhr.com/oauth2/tokenForm Dataclient_idstringThe client_id of your Developer App. This can be found by visting https://app.oysterhr.com/developerclient_secretstringThe secret of your Developer App.grant_typestringFirst you need to request an authorization_code. Afterwards you can request a refresh_token.codestringThe code is required when requesting an authorization_code.redirect_uristringThe redirect_uri is required when requesting an authorization_code.refresh_tokenstringA refresh_token is required when requesting a refresh_token. A refresh_token will be provided when requesting an authorization_codeResponse 201Create an access token to make an API requestUpdated 10 months ago